Skip to content

Commit

Permalink
fix error in code wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Dec 3, 2016
1 parent d21aafc commit 4253d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffv1.md
Expand Up @@ -478,7 +478,7 @@ ConfigurationRecord( NumBytes ) {
while( remaining_bits_in_bitstream( ) > 32 )
reserved_for_future_use // u(1)
configuration_record_crc_parity // u(32)
````
```

`reserved_for_future_use` has semantics that are reserved for future use.
Encoders conforming to this version of this specification SHALL NOT write this value.
Expand Down

0 comments on commit 4253d12

Please sign in to comment.